home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / MODE.DOC < prev    next >
Text File  |  1993-02-20  |  4KB  |  112 lines

  1. The program now lets you select and deselect features on a port-by-port
  2. basis.  The idea for this came from the 1989 Loma Prieta earthquake;
  3. during the aftermath, BBS operators spent a lot of time manually
  4. filtering traffic -- the features described in this section would have
  5. made the job much simpler.
  6.  
  7. The features you can select are:
  8.  
  9.    FORWARD EMERGENCY TRAFFIC ONLY
  10.    FORWARD NTS TRAFFIC
  11.    ACCEPT EMERGENCY TRAFFIC ONLY
  12.    ACCEPT NTS TRAFFIC
  13.    ALLOW E-MODE USERS ONLY
  14.    ALLOW CALL SIGN CHANGE
  15.    NO USER TIMEOUT
  16.  
  17. There are parameters for each one pertaining to the system and to the
  18. port.
  19.  
  20.  
  21. FORWARD EMERGENCY TRAFFIC ONLY
  22. ------------------------------
  23.  
  24. Only traffic defined by the EMERGENCY_TYPES parameter in PARMS.BB will
  25. be forwarded.  The applicable parm is FORWARD_EMERGENCY_ONLY.
  26.  
  27.  
  28. ACCEPT EMERGENCY TRAFFIC ONLY
  29. -----------------------------
  30.  
  31. Only traffic defined by the EMERGENCY_TYPES parameter in PARMS.BB will
  32. be accepted.  A normal user trying to send other traffic will be given
  33. an error message; if a BBS tries to send other traffic, either the
  34. message will be rejected or the station will be disconnected, depending
  35. on the setting of the REJECT_ACTION in PARMS.BB.  The applicable parm is
  36. ACCEPT_EMERGENCY_ONLY
  37.  
  38.  
  39. FORWARD NTS TRAFFIC
  40. -------------------
  41.  
  42. NTS traffic will be forwarded.  The applicable parm is FORWARD_NTS_OFF
  43.  
  44.  
  45. ACCEPT NTS TRAFFIC
  46. ------------------
  47.  
  48. NTS traffic will be accepted.  If this switch is off, then if a normal
  49. user tries to send NTS traffic, he will be given an error message.  If a
  50. BBS tries to send NTS traffic, either the message will be rejected or
  51. the station will be disconnected, depending on the setting of the
  52. REJECT_ACTION in PARMS.BB The applicable parm is ACCEPT_NTS_OFF
  53.  
  54.  
  55. ALLOW E-MODE USERS ONLY
  56. -----------------------
  57.  
  58. Only users with the "E" flag in their user directory will be allowed to
  59. use the BBS.  The applicable parm is ALLOW_EMERGENCY_ONLY
  60.  
  61.  
  62. ALLOW CALL SIGN CHANGE
  63. ----------------------
  64.  
  65. A user without the "E" flag in his user directory can change his call
  66. sign once he is connected.  The applicable parm in PARM.BB is
  67. ALLOW_EMERGENCY_CHANGE.  The purpose of this is to allow the use of
  68. tactical addresses during an emergency.  A typical scenario would be as
  69. follows:
  70.  
  71.    AA4RE is stationed at the Gilroy Emergency Operations Center.  He
  72.    connects to the Emergency BBS but AA4RE is not an "E" mode user.  The
  73.    BBS will prompt for a new callsign.  He enters GILROY which is an "E"
  74.    mode user.  This will then allow AA4RE to send and receive messages for
  75.    GILROY.  Packets will have the proper ham callsign on them for
  76.    identification purposes.
  77.  
  78.    The local ARES organizations (SF Bay Area) felt that this method was
  79.    preferable to using the tactical call sign as the call sign in the
  80.    TNC and having to beacon the ham callsign for ID purposes.
  81.  
  82.  
  83. NO USER TIMEOUT
  84. ---------------
  85.  
  86. Allows the bypass of disconnecting a user for not entering data.  Can be
  87. used to allow stations to stay connected all the time.  The applicable
  88. parm is NO_USER_TIMEOUT
  89.  
  90.  
  91. Setting the options
  92. -------------------
  93.  
  94. Each of these options is controlled by a "system master switch" and a
  95. "port switch".  For an option to be effective, both the MASTER and PORT
  96. switch must have the same value.
  97.  
  98. You can set these options directly in PARMS.BB or you can use the EC
  99. command:
  100.  
  101.     EC S -- Edit master switch list
  102.     EC x -- Edit port "x" switch list
  103.  
  104. You change switches by number.  Specify the number by itself to invert
  105. the setting of the switch.  Specify the number followed by ON or 1 to
  106. turn the switch on; specify the number followed by OFF or 0 to turn the
  107. switch off.
  108.  
  109. There are parameters for each option for both the system and the port in
  110. PARMS.BB.  Its the same parameter in both places.  You set the parameter
  111. to either Y or N.
  112.